Skip to content

Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0#420

Merged
ThuF merged 4 commits into
mainfrom
dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0
Jun 5, 2026
Merged

Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0#420
ThuF merged 4 commits into
mainfrom
dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.1.0, which brings Eclipse Dirigible 13.x and its migration from Spring Boot 3 to Spring Boot 4 (Spring Framework 7, Spring Security 7, Jakarta EE 11, Hibernate 7, Camel 4.20).

This is a major bump, so it requires adapting Atlas source — a plain version bump does not compile.

Changes

  • Parent bump 12.91.013.1.0.
  • AtlasApplication.java — Spring Boot 4 auto-config package moves. SB4 split the monolithic spring-boot-autoconfigure jar into per-domain modules, relocating the auto-config classes that Atlas excludes:
    • org.springframework.boot.autoconfigure.jdbc.*org.springframework.boot.jdbc.autoconfigure.* (DataSourceAutoConfiguration, DataSourceTransactionManagerAutoConfiguration, JdbcTemplateAutoConfiguration)
    • org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfigurationorg.springframework.boot.hibernate.autoconfigure.HibernateJpaAutoConfiguration

Why 13.1.0 (not 13.0.0)

13.1.0 includes the adapted SecurityIT (eclipse-dirigible/dirigible#5980) that tolerates stacks with or without the native-apps functionality (/services/native-apps may return OK or NOT_FOUND). Atlas keeps dirigible-components-engine-native-apps, so the endpoint returns OK — compatible either way.

Verified safe (no change needed)

  • @SpringBootApplication, @EnableScheduling, @EnableTransactionManagement, @EnableJpaAuditing, @EnableJpaRepositories, @CamelOpenTelemetry — packages unchanged.
  • ApplicationListenersOrder.APP_LYFECYCLE_LOGGING_LISTENER — unchanged.
  • Integration-test base classes and all referenced *IT classes — unchanged.
  • Properties files and Dockerfile --add-opens flags — already correct.

Verification

  • mvn -T 1C clean install -P quick-build → BUILD SUCCESS (all modules, executable jar produced).
  • mvn clean install -P unit-testsAtlasApplicationTest passes (full Spring Boot 4 context boots cleanly).

🤖 Generated with Claude Code

Bumps [com.codbex.platform:codbex-platform-parent](https://github.com/codbex/codbex-platform-parent) from 12.91.0 to 13.0.0.
- [Release notes](https://github.com/codbex/codbex-platform-parent/releases)
- [Commits](codbex/codbex-platform-parent@v12.91.0...v13.0.0)

---
updated-dependencies:
- dependency-name: com.codbex.platform:codbex-platform-parent
  dependency-version: 13.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
iliyan-velichkov and others added 2 commits June 5, 2026 13:15
Dirigible 13.0.0 (via codbex-platform-parent 13.0.0) migrates from
Spring Boot 3 to Spring Boot 4, which split spring-boot-autoconfigure
into per-domain modules. Update the excluded auto-config imports to
their new packages so the application compiles:

- org.springframework.boot.autoconfigure.jdbc.* ->
  org.springframework.boot.jdbc.autoconfigure.*
- org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration ->
  org.springframework.boot.hibernate.autoconfigure.HibernateJpaAutoConfiguration

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
13.1.0 brings the adapted SecurityIT (eclipse-dirigible/dirigible#5980)
that tolerates stacks with or without the native-apps functionality.
@iliyan-velichkov iliyan-velichkov changed the title Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.0.0 Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.1.0 Jun 5, 2026
@ThuF ThuF changed the title Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.1.0 Bump com.codbex.platform:codbex-platform-parent from 12.91.0 to 13.2.0 Jun 5, 2026
@ThuF ThuF merged commit c6efbf1 into main Jun 5, 2026
14 of 20 checks passed
@ThuF ThuF deleted the dependabot/maven/com.codbex.platform-codbex-platform-parent-13.0.0 branch June 5, 2026 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants